3.448 \(\int \frac{(c+d x^2)^3}{x^{9/2} (a+b x^2)} \, dx\)

Optimal. Leaf size=283 \[ -\frac{(b c-a d)^3 \log \left (-\sqrt{2} \sqrt [4]{a} \sqrt [4]{b} \sqrt{x}+\sqrt{a}+\sqrt{b} x\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}+\frac{(b c-a d)^3 \log \left (\sqrt{2} \sqrt [4]{a} \sqrt [4]{b} \sqrt{x}+\sqrt{a}+\sqrt{b} x\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}-\frac{(b c-a d)^3 \tan ^{-1}\left (1-\frac{\sqrt{2} \sqrt [4]{b} \sqrt{x}}{\sqrt [4]{a}}\right )}{\sqrt{2} a^{11/4} b^{5/4}}+\frac{(b c-a d)^3 \tan ^{-1}\left (\frac{\sqrt{2} \sqrt [4]{b} \sqrt{x}}{\sqrt [4]{a}}+1\right )}{\sqrt{2} a^{11/4} b^{5/4}}+\frac{2 c^2 (b c-3 a d)}{3 a^2 x^{3/2}}-\frac{2 c^3}{7 a x^{7/2}}+\frac{2 d^3 \sqrt{x}}{b} \]

[Out]

(-2*c^3)/(7*a*x^(7/2)) + (2*c^2*(b*c - 3*a*d))/(3*a^2*x^(3/2)) + (2*d^3*Sqrt[x])/b - ((b*c - a*d)^3*ArcTan[1 -
 (Sqrt[2]*b^(1/4)*Sqrt[x])/a^(1/4)])/(Sqrt[2]*a^(11/4)*b^(5/4)) + ((b*c - a*d)^3*ArcTan[1 + (Sqrt[2]*b^(1/4)*S
qrt[x])/a^(1/4)])/(Sqrt[2]*a^(11/4)*b^(5/4)) - ((b*c - a*d)^3*Log[Sqrt[a] - Sqrt[2]*a^(1/4)*b^(1/4)*Sqrt[x] +
Sqrt[b]*x])/(2*Sqrt[2]*a^(11/4)*b^(5/4)) + ((b*c - a*d)^3*Log[Sqrt[a] + Sqrt[2]*a^(1/4)*b^(1/4)*Sqrt[x] + Sqrt
[b]*x])/(2*Sqrt[2]*a^(11/4)*b^(5/4))

________________________________________________________________________________________

Rubi [A]  time = 0.258136, antiderivative size = 283, normalized size of antiderivative = 1., number of steps used = 12, number of rules used = 8, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.333, Rules used = {466, 461, 211, 1165, 628, 1162, 617, 204} \[ -\frac{(b c-a d)^3 \log \left (-\sqrt{2} \sqrt [4]{a} \sqrt [4]{b} \sqrt{x}+\sqrt{a}+\sqrt{b} x\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}+\frac{(b c-a d)^3 \log \left (\sqrt{2} \sqrt [4]{a} \sqrt [4]{b} \sqrt{x}+\sqrt{a}+\sqrt{b} x\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}-\frac{(b c-a d)^3 \tan ^{-1}\left (1-\frac{\sqrt{2} \sqrt [4]{b} \sqrt{x}}{\sqrt [4]{a}}\right )}{\sqrt{2} a^{11/4} b^{5/4}}+\frac{(b c-a d)^3 \tan ^{-1}\left (\frac{\sqrt{2} \sqrt [4]{b} \sqrt{x}}{\sqrt [4]{a}}+1\right )}{\sqrt{2} a^{11/4} b^{5/4}}+\frac{2 c^2 (b c-3 a d)}{3 a^2 x^{3/2}}-\frac{2 c^3}{7 a x^{7/2}}+\frac{2 d^3 \sqrt{x}}{b} \]

Antiderivative was successfully verified.

[In]

Int[(c + d*x^2)^3/(x^(9/2)*(a + b*x^2)),x]

[Out]

(-2*c^3)/(7*a*x^(7/2)) + (2*c^2*(b*c - 3*a*d))/(3*a^2*x^(3/2)) + (2*d^3*Sqrt[x])/b - ((b*c - a*d)^3*ArcTan[1 -
 (Sqrt[2]*b^(1/4)*Sqrt[x])/a^(1/4)])/(Sqrt[2]*a^(11/4)*b^(5/4)) + ((b*c - a*d)^3*ArcTan[1 + (Sqrt[2]*b^(1/4)*S
qrt[x])/a^(1/4)])/(Sqrt[2]*a^(11/4)*b^(5/4)) - ((b*c - a*d)^3*Log[Sqrt[a] - Sqrt[2]*a^(1/4)*b^(1/4)*Sqrt[x] +
Sqrt[b]*x])/(2*Sqrt[2]*a^(11/4)*b^(5/4)) + ((b*c - a*d)^3*Log[Sqrt[a] + Sqrt[2]*a^(1/4)*b^(1/4)*Sqrt[x] + Sqrt
[b]*x])/(2*Sqrt[2]*a^(11/4)*b^(5/4))

Rule 466

Int[((e_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> With[{k = Deno
minator[m]}, Dist[k/e, Subst[Int[x^(k*(m + 1) - 1)*(a + (b*x^(k*n))/e^n)^p*(c + (d*x^(k*n))/e^n)^q, x], x, (e*
x)^(1/k)], x]] /; FreeQ[{a, b, c, d, e, p, q}, x] && NeQ[b*c - a*d, 0] && IGtQ[n, 0] && FractionQ[m] && Intege
rQ[p]

Rule 461

Int[(((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_))/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Int[ExpandIntegr
and[((e*x)^m*(a + b*x^n)^p)/(c + d*x^n), x], x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b*c - a*d, 0] && IGtQ[n
, 0] && IGtQ[p, 0] && (IntegerQ[m] || IGtQ[2*(m + 1), 0] ||  !RationalQ[m])

Rule 211

Int[((a_) + (b_.)*(x_)^4)^(-1), x_Symbol] :> With[{r = Numerator[Rt[a/b, 2]], s = Denominator[Rt[a/b, 2]]}, Di
st[1/(2*r), Int[(r - s*x^2)/(a + b*x^4), x], x] + Dist[1/(2*r), Int[(r + s*x^2)/(a + b*x^4), x], x]] /; FreeQ[
{a, b}, x] && (GtQ[a/b, 0] || (PosQ[a/b] && AtomQ[SplitProduct[SumBaseQ, a]] && AtomQ[SplitProduct[SumBaseQ, b
]]))

Rule 1165

Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[(-2*d)/e, 2]}, Dist[e/(2*c*q), Int[
(q - 2*x)/Simp[d/e + q*x - x^2, x], x], x] + Dist[e/(2*c*q), Int[(q + 2*x)/Simp[d/e - q*x - x^2, x], x], x]] /
; FreeQ[{a, c, d, e}, x] && EqQ[c*d^2 - a*e^2, 0] && NegQ[d*e]

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 1162

Int[((d_) + (e_.)*(x_)^2)/((a_) + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[(2*d)/e, 2]}, Dist[e/(2*c), Int[1/S
imp[d/e + q*x + x^2, x], x], x] + Dist[e/(2*c), Int[1/Simp[d/e - q*x + x^2, x], x], x]] /; FreeQ[{a, c, d, e},
 x] && EqQ[c*d^2 - a*e^2, 0] && PosQ[d*e]

Rule 617

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[(a*c)/b^2]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + (2*c*x)/b], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{\left (c+d x^2\right )^3}{x^{9/2} \left (a+b x^2\right )} \, dx &=2 \operatorname{Subst}\left (\int \frac{\left (c+d x^4\right )^3}{x^8 \left (a+b x^4\right )} \, dx,x,\sqrt{x}\right )\\ &=2 \operatorname{Subst}\left (\int \left (\frac{d^3}{b}+\frac{c^3}{a x^8}+\frac{c^2 (-b c+3 a d)}{a^2 x^4}-\frac{(-b c+a d)^3}{a^2 b \left (a+b x^4\right )}\right ) \, dx,x,\sqrt{x}\right )\\ &=-\frac{2 c^3}{7 a x^{7/2}}+\frac{2 c^2 (b c-3 a d)}{3 a^2 x^{3/2}}+\frac{2 d^3 \sqrt{x}}{b}+\frac{\left (2 (b c-a d)^3\right ) \operatorname{Subst}\left (\int \frac{1}{a+b x^4} \, dx,x,\sqrt{x}\right )}{a^2 b}\\ &=-\frac{2 c^3}{7 a x^{7/2}}+\frac{2 c^2 (b c-3 a d)}{3 a^2 x^{3/2}}+\frac{2 d^3 \sqrt{x}}{b}+\frac{(b c-a d)^3 \operatorname{Subst}\left (\int \frac{\sqrt{a}-\sqrt{b} x^2}{a+b x^4} \, dx,x,\sqrt{x}\right )}{a^{5/2} b}+\frac{(b c-a d)^3 \operatorname{Subst}\left (\int \frac{\sqrt{a}+\sqrt{b} x^2}{a+b x^4} \, dx,x,\sqrt{x}\right )}{a^{5/2} b}\\ &=-\frac{2 c^3}{7 a x^{7/2}}+\frac{2 c^2 (b c-3 a d)}{3 a^2 x^{3/2}}+\frac{2 d^3 \sqrt{x}}{b}+\frac{(b c-a d)^3 \operatorname{Subst}\left (\int \frac{1}{\frac{\sqrt{a}}{\sqrt{b}}-\frac{\sqrt{2} \sqrt [4]{a} x}{\sqrt [4]{b}}+x^2} \, dx,x,\sqrt{x}\right )}{2 a^{5/2} b^{3/2}}+\frac{(b c-a d)^3 \operatorname{Subst}\left (\int \frac{1}{\frac{\sqrt{a}}{\sqrt{b}}+\frac{\sqrt{2} \sqrt [4]{a} x}{\sqrt [4]{b}}+x^2} \, dx,x,\sqrt{x}\right )}{2 a^{5/2} b^{3/2}}-\frac{(b c-a d)^3 \operatorname{Subst}\left (\int \frac{\frac{\sqrt{2} \sqrt [4]{a}}{\sqrt [4]{b}}+2 x}{-\frac{\sqrt{a}}{\sqrt{b}}-\frac{\sqrt{2} \sqrt [4]{a} x}{\sqrt [4]{b}}-x^2} \, dx,x,\sqrt{x}\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}-\frac{(b c-a d)^3 \operatorname{Subst}\left (\int \frac{\frac{\sqrt{2} \sqrt [4]{a}}{\sqrt [4]{b}}-2 x}{-\frac{\sqrt{a}}{\sqrt{b}}+\frac{\sqrt{2} \sqrt [4]{a} x}{\sqrt [4]{b}}-x^2} \, dx,x,\sqrt{x}\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}\\ &=-\frac{2 c^3}{7 a x^{7/2}}+\frac{2 c^2 (b c-3 a d)}{3 a^2 x^{3/2}}+\frac{2 d^3 \sqrt{x}}{b}-\frac{(b c-a d)^3 \log \left (\sqrt{a}-\sqrt{2} \sqrt [4]{a} \sqrt [4]{b} \sqrt{x}+\sqrt{b} x\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}+\frac{(b c-a d)^3 \log \left (\sqrt{a}+\sqrt{2} \sqrt [4]{a} \sqrt [4]{b} \sqrt{x}+\sqrt{b} x\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}+\frac{(b c-a d)^3 \operatorname{Subst}\left (\int \frac{1}{-1-x^2} \, dx,x,1-\frac{\sqrt{2} \sqrt [4]{b} \sqrt{x}}{\sqrt [4]{a}}\right )}{\sqrt{2} a^{11/4} b^{5/4}}-\frac{(b c-a d)^3 \operatorname{Subst}\left (\int \frac{1}{-1-x^2} \, dx,x,1+\frac{\sqrt{2} \sqrt [4]{b} \sqrt{x}}{\sqrt [4]{a}}\right )}{\sqrt{2} a^{11/4} b^{5/4}}\\ &=-\frac{2 c^3}{7 a x^{7/2}}+\frac{2 c^2 (b c-3 a d)}{3 a^2 x^{3/2}}+\frac{2 d^3 \sqrt{x}}{b}-\frac{(b c-a d)^3 \tan ^{-1}\left (1-\frac{\sqrt{2} \sqrt [4]{b} \sqrt{x}}{\sqrt [4]{a}}\right )}{\sqrt{2} a^{11/4} b^{5/4}}+\frac{(b c-a d)^3 \tan ^{-1}\left (1+\frac{\sqrt{2} \sqrt [4]{b} \sqrt{x}}{\sqrt [4]{a}}\right )}{\sqrt{2} a^{11/4} b^{5/4}}-\frac{(b c-a d)^3 \log \left (\sqrt{a}-\sqrt{2} \sqrt [4]{a} \sqrt [4]{b} \sqrt{x}+\sqrt{b} x\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}+\frac{(b c-a d)^3 \log \left (\sqrt{a}+\sqrt{2} \sqrt [4]{a} \sqrt [4]{b} \sqrt{x}+\sqrt{b} x\right )}{2 \sqrt{2} a^{11/4} b^{5/4}}\\ \end{align*}

Mathematica [C]  time = 0.356971, size = 88, normalized size = 0.31 \[ -\frac{2 \left (a \left (-21 a^2 d^3 x^4+3 a b c^2 \left (c+7 d x^2\right )-7 b^2 c^3 x^2\right )-21 x^4 (b c-a d)^3 \, _2F_1\left (\frac{1}{4},1;\frac{5}{4};-\frac{b x^2}{a}\right )\right )}{21 a^3 b x^{7/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x^2)^3/(x^(9/2)*(a + b*x^2)),x]

[Out]

(-2*(a*(-7*b^2*c^3*x^2 - 21*a^2*d^3*x^4 + 3*a*b*c^2*(c + 7*d*x^2)) - 21*(b*c - a*d)^3*x^4*Hypergeometric2F1[1/
4, 1, 5/4, -((b*x^2)/a)]))/(21*a^3*b*x^(7/2))

________________________________________________________________________________________

Maple [B]  time = 0.013, size = 622, normalized size = 2.2 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x^2+c)^3/x^(9/2)/(b*x^2+a),x)

[Out]

2*d^3*x^(1/2)/b-2/7*c^3/a/x^(7/2)-2*c^2/a/x^(3/2)*d+2/3*c^3/a^2/x^(3/2)*b-1/2/b*(1/b*a)^(1/4)*2^(1/2)*arctan(2
^(1/2)/(1/b*a)^(1/4)*x^(1/2)+1)*d^3+3/2/a*(1/b*a)^(1/4)*2^(1/2)*arctan(2^(1/2)/(1/b*a)^(1/4)*x^(1/2)+1)*c*d^2-
3/2/a^2*b*(1/b*a)^(1/4)*2^(1/2)*arctan(2^(1/2)/(1/b*a)^(1/4)*x^(1/2)+1)*c^2*d+1/2/a^3*b^2*(1/b*a)^(1/4)*2^(1/2
)*arctan(2^(1/2)/(1/b*a)^(1/4)*x^(1/2)+1)*c^3-1/2/b*(1/b*a)^(1/4)*2^(1/2)*arctan(2^(1/2)/(1/b*a)^(1/4)*x^(1/2)
-1)*d^3+3/2/a*(1/b*a)^(1/4)*2^(1/2)*arctan(2^(1/2)/(1/b*a)^(1/4)*x^(1/2)-1)*c*d^2-3/2/a^2*b*(1/b*a)^(1/4)*2^(1
/2)*arctan(2^(1/2)/(1/b*a)^(1/4)*x^(1/2)-1)*c^2*d+1/2/a^3*b^2*(1/b*a)^(1/4)*2^(1/2)*arctan(2^(1/2)/(1/b*a)^(1/
4)*x^(1/2)-1)*c^3-1/4/b*(1/b*a)^(1/4)*2^(1/2)*ln((x+(1/b*a)^(1/4)*x^(1/2)*2^(1/2)+(1/b*a)^(1/2))/(x-(1/b*a)^(1
/4)*x^(1/2)*2^(1/2)+(1/b*a)^(1/2)))*d^3+3/4/a*(1/b*a)^(1/4)*2^(1/2)*ln((x+(1/b*a)^(1/4)*x^(1/2)*2^(1/2)+(1/b*a
)^(1/2))/(x-(1/b*a)^(1/4)*x^(1/2)*2^(1/2)+(1/b*a)^(1/2)))*c*d^2-3/4/a^2*b*(1/b*a)^(1/4)*2^(1/2)*ln((x+(1/b*a)^
(1/4)*x^(1/2)*2^(1/2)+(1/b*a)^(1/2))/(x-(1/b*a)^(1/4)*x^(1/2)*2^(1/2)+(1/b*a)^(1/2)))*c^2*d+1/4/a^3*b^2*(1/b*a
)^(1/4)*2^(1/2)*ln((x+(1/b*a)^(1/4)*x^(1/2)*2^(1/2)+(1/b*a)^(1/2))/(x-(1/b*a)^(1/4)*x^(1/2)*2^(1/2)+(1/b*a)^(1
/2)))*c^3

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)^3/x^(9/2)/(b*x^2+a),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [B]  time = 1.74324, size = 4086, normalized size = 14.44 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)^3/x^(9/2)/(b*x^2+a),x, algorithm="fricas")

[Out]

-1/42*(84*a^2*b*x^4*(-(b^12*c^12 - 12*a*b^11*c^11*d + 66*a^2*b^10*c^10*d^2 - 220*a^3*b^9*c^9*d^3 + 495*a^4*b^8
*c^8*d^4 - 792*a^5*b^7*c^7*d^5 + 924*a^6*b^6*c^6*d^6 - 792*a^7*b^5*c^5*d^7 + 495*a^8*b^4*c^4*d^8 - 220*a^9*b^3
*c^3*d^9 + 66*a^10*b^2*c^2*d^10 - 12*a^11*b*c*d^11 + a^12*d^12)/(a^11*b^5))^(1/4)*arctan((sqrt(a^6*b^2*sqrt(-(
b^12*c^12 - 12*a*b^11*c^11*d + 66*a^2*b^10*c^10*d^2 - 220*a^3*b^9*c^9*d^3 + 495*a^4*b^8*c^8*d^4 - 792*a^5*b^7*
c^7*d^5 + 924*a^6*b^6*c^6*d^6 - 792*a^7*b^5*c^5*d^7 + 495*a^8*b^4*c^4*d^8 - 220*a^9*b^3*c^3*d^9 + 66*a^10*b^2*
c^2*d^10 - 12*a^11*b*c*d^11 + a^12*d^12)/(a^11*b^5)) + (b^6*c^6 - 6*a*b^5*c^5*d + 15*a^2*b^4*c^4*d^2 - 20*a^3*
b^3*c^3*d^3 + 15*a^4*b^2*c^2*d^4 - 6*a^5*b*c*d^5 + a^6*d^6)*x)*a^8*b^4*(-(b^12*c^12 - 12*a*b^11*c^11*d + 66*a^
2*b^10*c^10*d^2 - 220*a^3*b^9*c^9*d^3 + 495*a^4*b^8*c^8*d^4 - 792*a^5*b^7*c^7*d^5 + 924*a^6*b^6*c^6*d^6 - 792*
a^7*b^5*c^5*d^7 + 495*a^8*b^4*c^4*d^8 - 220*a^9*b^3*c^3*d^9 + 66*a^10*b^2*c^2*d^10 - 12*a^11*b*c*d^11 + a^12*d
^12)/(a^11*b^5))^(3/4) + (a^8*b^7*c^3 - 3*a^9*b^6*c^2*d + 3*a^10*b^5*c*d^2 - a^11*b^4*d^3)*sqrt(x)*(-(b^12*c^1
2 - 12*a*b^11*c^11*d + 66*a^2*b^10*c^10*d^2 - 220*a^3*b^9*c^9*d^3 + 495*a^4*b^8*c^8*d^4 - 792*a^5*b^7*c^7*d^5
+ 924*a^6*b^6*c^6*d^6 - 792*a^7*b^5*c^5*d^7 + 495*a^8*b^4*c^4*d^8 - 220*a^9*b^3*c^3*d^9 + 66*a^10*b^2*c^2*d^10
 - 12*a^11*b*c*d^11 + a^12*d^12)/(a^11*b^5))^(3/4))/(b^12*c^12 - 12*a*b^11*c^11*d + 66*a^2*b^10*c^10*d^2 - 220
*a^3*b^9*c^9*d^3 + 495*a^4*b^8*c^8*d^4 - 792*a^5*b^7*c^7*d^5 + 924*a^6*b^6*c^6*d^6 - 792*a^7*b^5*c^5*d^7 + 495
*a^8*b^4*c^4*d^8 - 220*a^9*b^3*c^3*d^9 + 66*a^10*b^2*c^2*d^10 - 12*a^11*b*c*d^11 + a^12*d^12)) + 21*a^2*b*x^4*
(-(b^12*c^12 - 12*a*b^11*c^11*d + 66*a^2*b^10*c^10*d^2 - 220*a^3*b^9*c^9*d^3 + 495*a^4*b^8*c^8*d^4 - 792*a^5*b
^7*c^7*d^5 + 924*a^6*b^6*c^6*d^6 - 792*a^7*b^5*c^5*d^7 + 495*a^8*b^4*c^4*d^8 - 220*a^9*b^3*c^3*d^9 + 66*a^10*b
^2*c^2*d^10 - 12*a^11*b*c*d^11 + a^12*d^12)/(a^11*b^5))^(1/4)*log(a^3*b*(-(b^12*c^12 - 12*a*b^11*c^11*d + 66*a
^2*b^10*c^10*d^2 - 220*a^3*b^9*c^9*d^3 + 495*a^4*b^8*c^8*d^4 - 792*a^5*b^7*c^7*d^5 + 924*a^6*b^6*c^6*d^6 - 792
*a^7*b^5*c^5*d^7 + 495*a^8*b^4*c^4*d^8 - 220*a^9*b^3*c^3*d^9 + 66*a^10*b^2*c^2*d^10 - 12*a^11*b*c*d^11 + a^12*
d^12)/(a^11*b^5))^(1/4) - (b^3*c^3 - 3*a*b^2*c^2*d + 3*a^2*b*c*d^2 - a^3*d^3)*sqrt(x)) - 21*a^2*b*x^4*(-(b^12*
c^12 - 12*a*b^11*c^11*d + 66*a^2*b^10*c^10*d^2 - 220*a^3*b^9*c^9*d^3 + 495*a^4*b^8*c^8*d^4 - 792*a^5*b^7*c^7*d
^5 + 924*a^6*b^6*c^6*d^6 - 792*a^7*b^5*c^5*d^7 + 495*a^8*b^4*c^4*d^8 - 220*a^9*b^3*c^3*d^9 + 66*a^10*b^2*c^2*d
^10 - 12*a^11*b*c*d^11 + a^12*d^12)/(a^11*b^5))^(1/4)*log(-a^3*b*(-(b^12*c^12 - 12*a*b^11*c^11*d + 66*a^2*b^10
*c^10*d^2 - 220*a^3*b^9*c^9*d^3 + 495*a^4*b^8*c^8*d^4 - 792*a^5*b^7*c^7*d^5 + 924*a^6*b^6*c^6*d^6 - 792*a^7*b^
5*c^5*d^7 + 495*a^8*b^4*c^4*d^8 - 220*a^9*b^3*c^3*d^9 + 66*a^10*b^2*c^2*d^10 - 12*a^11*b*c*d^11 + a^12*d^12)/(
a^11*b^5))^(1/4) - (b^3*c^3 - 3*a*b^2*c^2*d + 3*a^2*b*c*d^2 - a^3*d^3)*sqrt(x)) - 4*(21*a^2*d^3*x^4 - 3*a*b*c^
3 + 7*(b^2*c^3 - 3*a*b*c^2*d)*x^2)*sqrt(x))/(a^2*b*x^4)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x**2+c)**3/x**(9/2)/(b*x**2+a),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B]  time = 1.1795, size = 614, normalized size = 2.17 \begin{align*} \frac{2 \, d^{3} \sqrt{x}}{b} + \frac{\sqrt{2}{\left (\left (a b^{3}\right )^{\frac{1}{4}} b^{3} c^{3} - 3 \, \left (a b^{3}\right )^{\frac{1}{4}} a b^{2} c^{2} d + 3 \, \left (a b^{3}\right )^{\frac{1}{4}} a^{2} b c d^{2} - \left (a b^{3}\right )^{\frac{1}{4}} a^{3} d^{3}\right )} \arctan \left (\frac{\sqrt{2}{\left (\sqrt{2} \left (\frac{a}{b}\right )^{\frac{1}{4}} + 2 \, \sqrt{x}\right )}}{2 \, \left (\frac{a}{b}\right )^{\frac{1}{4}}}\right )}{2 \, a^{3} b^{2}} + \frac{\sqrt{2}{\left (\left (a b^{3}\right )^{\frac{1}{4}} b^{3} c^{3} - 3 \, \left (a b^{3}\right )^{\frac{1}{4}} a b^{2} c^{2} d + 3 \, \left (a b^{3}\right )^{\frac{1}{4}} a^{2} b c d^{2} - \left (a b^{3}\right )^{\frac{1}{4}} a^{3} d^{3}\right )} \arctan \left (-\frac{\sqrt{2}{\left (\sqrt{2} \left (\frac{a}{b}\right )^{\frac{1}{4}} - 2 \, \sqrt{x}\right )}}{2 \, \left (\frac{a}{b}\right )^{\frac{1}{4}}}\right )}{2 \, a^{3} b^{2}} + \frac{\sqrt{2}{\left (\left (a b^{3}\right )^{\frac{1}{4}} b^{3} c^{3} - 3 \, \left (a b^{3}\right )^{\frac{1}{4}} a b^{2} c^{2} d + 3 \, \left (a b^{3}\right )^{\frac{1}{4}} a^{2} b c d^{2} - \left (a b^{3}\right )^{\frac{1}{4}} a^{3} d^{3}\right )} \log \left (\sqrt{2} \sqrt{x} \left (\frac{a}{b}\right )^{\frac{1}{4}} + x + \sqrt{\frac{a}{b}}\right )}{4 \, a^{3} b^{2}} - \frac{\sqrt{2}{\left (\left (a b^{3}\right )^{\frac{1}{4}} b^{3} c^{3} - 3 \, \left (a b^{3}\right )^{\frac{1}{4}} a b^{2} c^{2} d + 3 \, \left (a b^{3}\right )^{\frac{1}{4}} a^{2} b c d^{2} - \left (a b^{3}\right )^{\frac{1}{4}} a^{3} d^{3}\right )} \log \left (-\sqrt{2} \sqrt{x} \left (\frac{a}{b}\right )^{\frac{1}{4}} + x + \sqrt{\frac{a}{b}}\right )}{4 \, a^{3} b^{2}} + \frac{2 \,{\left (7 \, b c^{3} x^{2} - 21 \, a c^{2} d x^{2} - 3 \, a c^{3}\right )}}{21 \, a^{2} x^{\frac{7}{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^2+c)^3/x^(9/2)/(b*x^2+a),x, algorithm="giac")

[Out]

2*d^3*sqrt(x)/b + 1/2*sqrt(2)*((a*b^3)^(1/4)*b^3*c^3 - 3*(a*b^3)^(1/4)*a*b^2*c^2*d + 3*(a*b^3)^(1/4)*a^2*b*c*d
^2 - (a*b^3)^(1/4)*a^3*d^3)*arctan(1/2*sqrt(2)*(sqrt(2)*(a/b)^(1/4) + 2*sqrt(x))/(a/b)^(1/4))/(a^3*b^2) + 1/2*
sqrt(2)*((a*b^3)^(1/4)*b^3*c^3 - 3*(a*b^3)^(1/4)*a*b^2*c^2*d + 3*(a*b^3)^(1/4)*a^2*b*c*d^2 - (a*b^3)^(1/4)*a^3
*d^3)*arctan(-1/2*sqrt(2)*(sqrt(2)*(a/b)^(1/4) - 2*sqrt(x))/(a/b)^(1/4))/(a^3*b^2) + 1/4*sqrt(2)*((a*b^3)^(1/4
)*b^3*c^3 - 3*(a*b^3)^(1/4)*a*b^2*c^2*d + 3*(a*b^3)^(1/4)*a^2*b*c*d^2 - (a*b^3)^(1/4)*a^3*d^3)*log(sqrt(2)*sqr
t(x)*(a/b)^(1/4) + x + sqrt(a/b))/(a^3*b^2) - 1/4*sqrt(2)*((a*b^3)^(1/4)*b^3*c^3 - 3*(a*b^3)^(1/4)*a*b^2*c^2*d
 + 3*(a*b^3)^(1/4)*a^2*b*c*d^2 - (a*b^3)^(1/4)*a^3*d^3)*log(-sqrt(2)*sqrt(x)*(a/b)^(1/4) + x + sqrt(a/b))/(a^3
*b^2) + 2/21*(7*b*c^3*x^2 - 21*a*c^2*d*x^2 - 3*a*c^3)/(a^2*x^(7/2))